home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / libs / cslib16b / readme.1st < prev   
Text File  |  1995-03-02  |  2KB  |  59 lines

  1.  
  2.  
  3.  
  4.  
  5.          Welcome to the CS-libraries.
  6.             A C++ database system.
  7.  
  8.  
  9.  
  10. The libraries are to be used with Borland C++.
  11. Both MS-DOS and Windows applications are supported.
  12.  
  13. The libraries are intended for programmers who
  14. need some kind of database in their application but
  15. are reluctant to use any of the vast DBMS's currently
  16. on the market.
  17. In other words: the supplied classes are not just
  18. front ends for some database server but are doing
  19. all their IO themselves.
  20.  
  21. For the non-Windows programmer, classes are included
  22. which support in building the user-interface. The
  23. included demonstration address-database is an
  24. example of that.
  25.  
  26. An important part of the package is a program generator.
  27. It generates the source for a database with automatically
  28. updated indexes, easy access to fields, support for DATE
  29. fields, conversion to-and-from ASCII and so on.
  30. This program generator also produces a conversion function
  31. to maintain compatibility with the dBASE file format.
  32.  
  33. In addition the package contains classes which go beyond
  34. the traditional database.
  35. E.g. classes for variable length records and a class
  36. which works like a 'heap in a file'. This makes it
  37. possible to maintain pointer structures on disk!
  38.  
  39.  
  40. For more information please see the csdb.txt file in the
  41. DOC directory.
  42.  
  43.  
  44.  
  45. Shareware distribution:
  46.  
  47. You probably have received this package in a '.zip' file.
  48. Unless somebody has tampered with the original
  49. distribution, this file contains subdirectories.
  50. If by now you have all the files in just one
  51. directory, you probably didn't used the -d option.
  52.  
  53. To do it right try:
  54.  
  55.       c:\temp> pkunzip -d cslib15a.zip
  56.  
  57.  
  58.  
  59.